home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #10 / 1999 CD 10 (black).iso / K-CF.dxr / Internal_95_BørneInstall.ls < prev    next >
Encoding:
Text File  |  1999-07-26  |  238 b   |  15 lines

  1. global ShowWarnings, MustWarn, Syskrav
  2.  
  3. on mouseDown
  4.   puppetSound(3, "Knap")
  5. end
  6.  
  7. on mouseUp
  8.   if ShowWarnings or MustWarn then
  9.     SetFields(Syskrav)
  10.     go("BChicken")
  11.   else
  12.     baRunProgram("Blue\Blue.exe", "Normal", 0)
  13.   end if
  14. end
  15.